
function makeWeatherObj() {

			this.swCity = "Moscow";
			this.swSubDiv = "";
			this.swCountry = "Russia";
			this.swRegion = "Asia";
			this.swTemp = "32";
			this.swTempCel = Math.round((5/9)*(this.swTemp-32));
			this.swCIcon = "13";
			this.swWindS = "20";
			this.swWindD = "ENE";
			this.swBaro = "29.62";
			this.swHumid = "87";
			this.swReal = "20";
			this.swUV = "0";
			this.swVis = "6.21";
			this.swLastUp = "10/27/2005 07:00:00";
			this.swConText = "Light Snow Grains/ Windy";
			this.swFore = "5|6|7|1|2|10/27/2005|10/28/2005|10/29/2005|10/30/2005|10/31/2005|11|32|32|32|32|13|24|24|24|24|38|33|37|39|40|100|20|20|0|0|14|31|31|31|31|84|11|11|11|11|20|18|18|22|22|";

	this.swAcid = "RSXX0063";
}